New row source#145
Open
jonross wants to merge 35 commits into
Open
Conversation
This reverts commit 5c9f377.
…arent scenarios Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Includes service_labels and deployment_labels, test fixtures and tests, kubectl mock updates, and docs/builtins.rst entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…query The old masthead required custom label configuration and was specific to ML/GPU workloads. The new example needs no configuration, joins pods and nodes to show per-node memory pressure, uses the synthesized status column to catch init-phase pods, and includes a working kubectl+jq equivalent that honestly illustrates the footguns: pipe-scope bugs, argv overflow on large clusters, memory suffix parsing, and the absence of to_size() formatting. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- -c/--cache → -s/--stale - -u/--update → -r/--refresh - -r/--reckless → -q/--quiet (and reckless: → quiet: in settings) - -c is now free for --context (Kubernetes context switching) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pass -c/--context to KubernetesResource so kubectl calls include --context <name>, and use it as the cache path prefix instead of reading the active kubeconfig context. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace ^ parent-hop syntax with named scope references. Multi-step row_source entries must carry 'as <name>', and column paths/labels must be prefixed with a declared scope name. Single-step tables are unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Centralizes the scope-prefix detection logic that was inline in UserColumn.rebuild_for_scope, making FieldRef the single place responsible for splitting a scoped expression into name + target. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Mirrors the 'as <name>' suffix in row_source declarations — 'as' binds, 'in' references. Eliminates ambiguity when scope prefixes and label DNS domains collide (e.g. 'pod.karpenter.sh/nodepool'). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
'from: domain/key' resolves as a label extractor; 'from: jmespath.expr' resolves as a path extractor. Both support the 'in <scope>' suffix for multi-step row_source tables. path: and label: remain fully supported. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace ^ parent-hop syntax with as/in named scope syntax throughout docs and CLAUDE.md; add from: auto-detection description; bump CHANGELOG to 0.9.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.